vendor/golang.org/x/net/http2/hpack.headerFieldTable.byNameValue (field)
7 uses
vendor/golang.org/x/net/http2/hpack (current package)
static_table.go#L62: byNameValue: map[pairNameValue]uint64{
tables.go#L38: byNameValue map[pairNameValue]uint64
tables.go#L47: t.byNameValue = make(map[pairNameValue]uint64)
tables.go#L59: t.byNameValue[pairNameValue{f.Name, f.Value}] = id
tables.go#L74: if p := (pairNameValue{f.Name, f.Value}); t.byNameValue[p] == id {
tables.go#L75: delete(t.byNameValue, p)
tables.go#L104: if id := t.byNameValue[pairNameValue{f.Name, f.Value}]; id != 0 {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |